home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rrx101.zip / RRX.CTL < prev    next >
Text File  |  1993-02-07  |  4KB  |  97 lines

  1. ;   RRXDoor Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;Mono        Will disable color on the local side. (Necessary if you are
  14. ;            running a monochrome system)
  15. ;
  16. ;BBSType     Specifies the type of bbs software under which this door program
  17. ;            will be run. Valid bbs types include:
  18. ;
  19. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  20. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  21. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  22. ;                     WWIV - WWIV bbs (uses chain.txt)
  23. ;                  PHOENIX - Phoenix bbs
  24. ;                 CALLINFO - Wildcat 2.xx
  25. ;                    PCB14 - Pcboard version 14 (not fully tested)
  26. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  27. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  28. ;
  29. ;ComPort     For bbs types that do not have the com-port contained in their
  30. ;            door information files (such as PCBOARD-12), you will have to
  31. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  32. ;            not the whole word COM1.
  33. ;
  34. ;Fossil      Selecting this option will cause doordriver to a fossil port
  35. ;            driver.  Otherwise doordriver will use its own internal comport
  36. ;            handlers.
  37. ;
  38. ;
  39. ;Port1,Port2, If you must use a non-standard interrupt, doordriver can be
  40. ;Port3,Port4  configured for IRQs 0-7.  The port# indicates the chosen comport
  41. ;             Follow this with the port address in hex.  Afterwich put the
  42. ;             IRQ.  For an example if comport 3 at irq 5 and address $03E8
  43. ;             was needed use the following:
  44. ;             PORT3 03E8 5
  45. ;
  46. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  47. ;            per session that a user may be in the door. (i.e. if you
  48. ;            specified 30 minutes, then if the user had 60 mins left, he could
  49. ;            only play for 30 mins)
  50. ;
  51. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  52. ;            of "OFF" if you wish it to be disabled.
  53. ;
  54. ;Statfore    The foreground color of the status line (default 7) (light grey)
  55. ;
  56. ;Statback    The background color of the status line (default 1) (blue)
  57. ;
  58. ;Color1      Tells RRXGAME to select ANSI graphics when a "1" is passed
  59. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  60. ;            understand, FORCE and QUICKBBS require this option set although
  61. ;            RBBS should not.
  62. ;
  63. SYSOPFIRST STEVE
  64. SYSOPLAST LORENZ
  65. BBSNAME The Officers' Club
  66. ;
  67. ;       ::::------- Put your bbs type here! Select from those listed above
  68. ;       ::::
  69. ;       \/\/
  70. BBSTYPE DOORSYS
  71. ;
  72. ;                   If you are using a bbs type that doesn't provide the com
  73. ;        ::-------- port num in it's door information file (such as pcb-12),
  74. ;        \/         then uncomment this line and put your com port here.
  75. ;COMPORT 1
  76. ;
  77. ; Uncomment the next line if you use a fossil device driver.
  78. ;FOSSIL
  79. ;
  80. ;                   Uncomment this line if you are running a monochrome
  81. ;  ::-------------- system on the local side.
  82. ;  \/
  83. ;MONO
  84. ;
  85. ;       ::------------ If you are going to use a non-standard IRQ place the
  86. ;       ::             port address in hex one space after the PORT# option.
  87. ;       ::
  88. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  89. ;       \/  \/         one space after the ports' hex address.
  90. ;PORT1 03F8 4
  91. ;PORT2 02F8 3
  92. ;PORT3 03F8 4
  93. ;PORT4 02F8 3
  94. ;
  95. ;------------------------------ End of File ----------------------------------
  96.  
  97.